Html Css Color HEX #6451FB Neon Blue

📋 copy color: '#6451FB'

red 100 ◦ green 81 ◦ blue 251

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

Shades of Neon Blue #6451FB

Tints of Neon Blue #6451FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.1%

R = 23.15%
G = 18.75%
B = 58.1%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6451FB (or 0x6451FB) is known color: Neon Blue. HEX triplet: 64, 51 and FB. RGB value is (100,81,251). Sum of RGB (Red+Green+Blue) = 100+81+251=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #6451FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6451FB is #9BAE04. Grayscale: #696969. Windows color (decimal): -10202629 or 16470372. OLE color: 16470372.

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

Color convert

RGB 100 81 251 -
CMYK 0.60 0.68 0 0.02
HSL 246.71º 0.96% 0.65% -
HSV(B) 246.71º 0.68% 0.98% -
XYZ 25.61 15.56 92.92 -
YUV 106.06 209.79 123.68 -
System Red Green Blue C M Y K H S L
Decimal 100 81 251 0.60 0.68 0 0.02 246.71 0.96 0.65
Hex 64 51 FB 3C 44 0 2 F7 60 41
Octal 144 121 373 74 104 0 2 367 140 101
Binary 1100100 1010001 11111011 111100 1000100 0 10 11110111 1100000 1000001

Color Harmonies of #6451FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6451FB

Black with #6451FB

Text Example


Text Example

White with #6451FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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