Html Css Color HEX #6441FE Neon Blue

📋 copy color: '#6441FE'

red 100 ◦ green 65 ◦ blue 254

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

Shades of Neon Blue #6441FE

Tints of Neon Blue #6441FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.51%

 BLUE value IS 254 (99.61% from 255) = 60.62%

R = 23.87%
G = 15.51%
B = 60.62%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6441FE (or 0x6441FE) is known color: Neon Blue. HEX triplet: 64, 41 and FE. RGB value is (100,65,254). Sum of RGB (Red+Green+Blue) = 100+65+254=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #6441FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6441FE is #9BBE01. Grayscale: #606060. Windows color (decimal): -10206722 or 16662884. OLE color: 16662884.

HSL color Cylindrical-coordinate representation of color #6441FE: hue angle of 251.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6441FE is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 65 254 -
CMYK 0.61 0.74 0 0.00
HSL 251.11º 0.99% 0.63% -
HSV(B) 251.11º 0.74% 1% -
XYZ 25.04 13.65 95.08 -
YUV 97.01 216.6 130.13 -
System Red Green Blue C M Y K H S L
Decimal 100 65 254 0.61 0.74 0 0.00 251.11 0.99 0.63
Hex 64 41 FE 3D 4A 0 0 FB 63 3F
Octal 144 101 376 75 112 0 0 373 143 77
Binary 1100100 1000001 11111110 111101 1001010 0 0 11111011 1100011 111111

Color Harmonies of #6441FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441FE

Black with #6441FE

Text Example


Text Example

White with #6441FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6441FE; }

 p { color: rgb(100,65,254); }

 H1.HeaderClassName
 {
   color: #6441FE;
 }
 .AnyTagClassName
 {
   color: #6441FE;
 }
</style>

background-color css

<style>
 a { background-color: #6441FE; }

 a { background-color: rgb(100,65,254); }

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

border-color css

<style>
 span { border-color: #6441FE; }

 span { border-color: rgb(100,65,254); }

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