Html Css Color HEX #4033F9 Neon Blue

📋 copy color: '#4033F9'

red 64 ◦ green 51 ◦ blue 249

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

Shades of Neon Blue #4033F9

Tints of Neon Blue #4033F9

RGB

 RED value IS 64 (25.39% from 255) = 17.58%

 GREEN value IS 51 (20.31% from 255) = 14.01%

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

R = 17.58%
G = 14.01%
B = 68.41%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4033F9 (or 0x4033F9) is known color: Neon Blue. HEX triplet: 40, 33 and F9. RGB value is (64,51,249). Sum of RGB (Red+Green+Blue) = 64+51+249=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 249 (97.66% from 255 or 68.41% from 364); Max value from RGB is 249 - color contains mainly: blue. Hex color #4033F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4033F9 is #BFCC06. Grayscale: #4C4C4C. Windows color (decimal): -12569607 or 16331584. OLE color: 16331584.

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

Color convert

RGB 64 51 249 -
CMYK 0.74 0.80 0 0.02
HSL 243.94º 0.94% 0.59% -
HSV(B) 243.94º 0.8% 0.98% -
XYZ 20.4 10.3 90.54 -
YUV 77.46 224.81 118.4 -
System Red Green Blue C M Y K H S L
Decimal 64 51 249 0.74 0.80 0 0.02 243.94 0.94 0.59
Hex 40 33 F9 4A 50 0 2 F4 5E 3B
Octal 100 63 371 112 120 0 2 364 136 73
Binary 1000000 110011 11111001 1001010 1010000 0 10 11110100 1011110 111011

Color Harmonies of #4033F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4033F9

Black with #4033F9

Text Example


Text Example

White with #4033F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,51,249); }

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

background-color css

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

 a { background-color: rgb(64,51,249); }

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

border-color css

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

 span { border-color: rgb(64,51,249); }

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