Html Css Color HEX #4431FA Neon Blue

📋 copy color: '#4431FA'

red 68 ◦ green 49 ◦ blue 250

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

Shades of Neon Blue #4431FA

Tints of Neon Blue #4431FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 18.53%
G = 13.35%
B = 68.12%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4431FA (or 0x4431FA) is known color: Neon Blue. HEX triplet: 44, 31 and FA. RGB value is (68,49,250). Sum of RGB (Red+Green+Blue) = 68+49+250=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #4431FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4431FA is #BBCE05. Grayscale: #4C4C4C. Windows color (decimal): -12307974 or 16396612. OLE color: 16396612.

HSL color Cylindrical-coordinate representation of color #4431FA: hue angle of 245.67º degrees, saturation: 0.95, 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 #4431FA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 49 250 -
CMYK 0.73 0.80 0 0.02
HSL 245.67º 0.95% 0.59% -
HSV(B) 245.67º 0.8% 0.98% -
XYZ 20.74 10.33 91.34 -
YUV 77.6 225.29 121.16 -
System Red Green Blue C M Y K H S L
Decimal 68 49 250 0.73 0.80 0 0.02 245.67 0.95 0.59
Hex 44 31 FA 49 50 0 2 F6 5F 3B
Octal 104 61 372 111 120 0 2 366 137 73
Binary 1000100 110001 11111010 1001001 1010000 0 10 11110110 1011111 111011

Color Harmonies of #4431FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4431FA

Black with #4431FA

Text Example


Text Example

White with #4431FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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