Html Css Color HEX #6441F9 Neon Blue

📋 copy color: '#6441F9'

red 100 ◦ green 65 ◦ blue 249

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

Shades of Neon Blue #6441F9

Tints of Neon Blue #6441F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 24.15%
G = 15.7%
B = 60.14%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6441F9 (or 0x6441F9) is known color: Neon Blue. HEX triplet: 64, 41 and F9. RGB value is (100,65,249). Sum of RGB (Red+Green+Blue) = 100+65+249=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #6441F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6441F9 is #9BBE06. Grayscale: #5F5F5F. Windows color (decimal): -10206727 or 16335204. OLE color: 16335204.

HSL color Cylindrical-coordinate representation of color #6441F9: hue angle of 251.41º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6441F9 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 65 249 -
CMYK 0.60 0.74 0 0.02
HSL 251.41º 0.94% 0.62% -
HSV(B) 251.41º 0.74% 0.98% -
XYZ 24.24 13.33 90.92 -
YUV 96.44 214.1 130.54 -
System Red Green Blue C M Y K H S L
Decimal 100 65 249 0.60 0.74 0 0.02 251.41 0.94 0.62
Hex 64 41 F9 3C 4A 0 2 FB 5E 3E
Octal 144 101 371 74 112 0 2 373 136 76
Binary 1100100 1000001 11111001 111100 1001010 0 10 11111011 1011110 111110

Color Harmonies of #6441F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441F9

Black with #6441F9

Text Example


Text Example

White with #6441F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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