Html Css Color HEX #6451FC Neon Blue

📋 copy color: '#6451FC'

red 100 ◦ green 81 ◦ blue 252

#6451FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6451FC

Tints of Neon Blue #6451FC

RGB

 RED value IS 100 (39.45% from 255) = 23.09%

 GREEN value IS 81 (32.03% from 255) = 18.71%

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 23.09%
G = 18.71%
B = 58.2%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6451FC (or 0x6451FC) is known color: Neon Blue. HEX triplet: 64, 51 and FC. RGB value is (100,81,252). Sum of RGB (Red+Green+Blue) = 100+81+252=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #6451FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6451FC is #9BAE03. Grayscale: #696969. Windows color (decimal): -10202628 or 16535908. OLE color: 16535908.

HSL color Cylindrical-coordinate representation of color #6451FC: hue angle of 246.67º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6451FC is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 81 252 -
CMYK 0.60 0.68 0 0.01
HSL 246.67º 0.97% 0.65% -
HSV(B) 246.67º 0.68% 0.99% -
XYZ 25.77 15.62 93.75 -
YUV 106.18 210.29 123.6 -
System Red Green Blue C M Y K H S L
Decimal 100 81 252 0.60 0.68 0 0.01 246.67 0.97 0.65
Hex 64 51 FC 3C 44 0 1 F7 61 41
Octal 144 121 374 74 104 0 1 367 141 101
Binary 1100100 1010001 11111100 111100 1000100 0 1 11110111 1100001 1000001

Color Harmonies of #6451FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6451FC

Black with #6451FC

Text Example


Text Example

White with #6451FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6451FC; }

 p { color: rgb(100,81,252); }

 H1.HeaderClassName
 {
   color: #6451FC;
 }
 .AnyTagClassName
 {
   color: #6451FC;
 }
</style>

background-color css

<style>
 a { background-color: #6451FC; }

 a { background-color: rgb(100,81,252); }

 div.DivClassName
 {
   background-color: #6451FC;
 }
 .BgClassName
 {
   background-color: #6451FC;
 }
</style>

border-color css

<style>
 span { border-color: #6451FC; }

 span { border-color: rgb(100,81,252); }

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