#6452FF

Color #6452FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6452FF

Tints of Neon Blue #6452FF

Color information

#6452FF (or 0x6452FF) is unknown color: approx Neon Blue. HEX triplet: 64, 52 and FF. RGB value is (100,82,255). Sum of RGB (Red+Green+Blue) = 100+82+255=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #6452FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6452FF is #9BAD00. Grayscale: #6A6A6A. Windows color (decimal): -10202369 or 16732772. OLE color: 16732772.

HSL color Cylindrical-coordinate representation of color #6452FF: hue angle of 246.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6452FF is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10082255-
CMYK0.610.6800
HSL246.24º100%66.08%-
HSV(B)246.24º67.84%100%-
XYZ26.3215.9696.3-
YUV107.1211.46122.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 255 (100% from 255) = 58.35%
R=22.88%
G=18.76%
B=58.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal100822550.610.6800246.2410066.08
Hex6452FF3D4400f66442
Octal1441223777510400366144102
Binary11001001010010111111111111011000100001111011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6452FF; }

 p { color: rgb(100,82,255); }

 H1.HeaderClassName
 {
   color: #6452FF;
 }
 .AnyTagClassName
 {
   color: #6452FF;
 }
</style>
background-color css

<style>
 a { background-color: #6452FF; }

 a { background-color: rgb(100,82,255); }

 div.DivClassName
 {
   background-color: #6452FF;
 }
 .BgClassName
 {
   background-color: #6452FF;
 }
</style>
border-color css

<style>
 span { border-color: #6452FF; }

 span { border-color: rgb(100,82,255); }

 td.TdClassName
 {
   border-color: #6452FF;
 }
 .TagClassName
 {
   border-color: #6452FF;
 }
</style>