Html Css Color HEX #4431FF Neon Blue

📋 copy color: '#4431FF'

red 68 ◦ green 49 ◦ blue 255

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

Shades of Neon Blue #4431FF

Tints of Neon Blue #4431FF

RGB

 RED value IS 68 (26.95% from 255) = 18.28%

 GREEN value IS 49 (19.53% from 255) = 13.17%

 BLUE value IS 255 (100% from 255) = 68.55%

R = 18.28%
G = 13.17%
B = 68.55%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4431FF (or 0x4431FF) is known color: Neon Blue. HEX triplet: 44, 31 and FF. RGB value is (68,49,255). Sum of RGB (Red+Green+Blue) = 68+49+255=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #4431FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4431FF is #BBCE00. Grayscale: #4D4D4D. Windows color (decimal): -12307969 or 16724292. OLE color: 16724292.

HSL color Cylindrical-coordinate representation of color #4431FF: hue angle of 245.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4431FF is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 49 255 -
CMYK 0.73 0.81 0 0
HSL 245.53º 1% 0.6% -
HSV(B) 245.53º 0.81% 1% -
XYZ 21.53 10.65 95.53 -
YUV 78.17 227.79 120.75 -
System Red Green Blue C M Y K H S L
Decimal 68 49 255 0.73 0.81 0 0 245.53 1 0.6
Hex 44 31 FF 49 51 0 0 F6 64 3C
Octal 104 61 377 111 121 0 0 366 144 74
Binary 1000100 110001 11111111 1001001 1010001 0 0 11110110 1100100 111100

Color Harmonies of #4431FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4431FF

Black with #4431FF

Text Example


Text Example

White with #4431FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4431FF; }

 p { color: rgb(68,49,255); }

 H1.HeaderClassName
 {
   color: #4431FF;
 }
 .AnyTagClassName
 {
   color: #4431FF;
 }
</style>

background-color css

<style>
 a { background-color: #4431FF; }

 a { background-color: rgb(68,49,255); }

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

border-color css

<style>
 span { border-color: #4431FF; }

 span { border-color: rgb(68,49,255); }

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