Html Css Color HEX #4462FB Neon Blue

📋 copy color: '#4462FB'

red 68 ◦ green 98 ◦ blue 251

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

Shades of Neon Blue #4462FB

Tints of Neon Blue #4462FB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

 BLUE value IS 251 (98.44% from 255) = 60.19%

R = 16.31%
G = 23.5%
B = 60.19%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4462FB (or 0x4462FB) is known color: Neon Blue. HEX triplet: 44, 62 and FB. RGB value is (68,98,251). Sum of RGB (Red+Green+Blue) = 68+98+251=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #4462FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4462FB is #BB9D04. Grayscale: #696969. Windows color (decimal): -12295429 or 16474692. OLE color: 16474692.

HSL color Cylindrical-coordinate representation of color #4462FB: hue angle of 230.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4462FB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 98 251 -
CMYK 0.73 0.61 0 0.02
HSL 230.16º 0.96% 0.63% -
HSV(B) 230.16º 0.73% 0.98% -
XYZ 24.16 16.93 93.26 -
YUV 106.47 209.56 100.56 -
System Red Green Blue C M Y K H S L
Decimal 68 98 251 0.73 0.61 0 0.02 230.16 0.96 0.63
Hex 44 62 FB 49 3D 0 2 E6 60 3F
Octal 104 142 373 111 75 0 2 346 140 77
Binary 1000100 1100010 11111011 1001001 111101 0 10 11100110 1100000 111111

Color Harmonies of #4462FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4462FB

Black with #4462FB

Text Example


Text Example

White with #4462FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4462FB; }

 p { color: rgb(68,98,251); }

 H1.HeaderClassName
 {
   color: #4462FB;
 }
 .AnyTagClassName
 {
   color: #4462FB;
 }
</style>

background-color css

<style>
 a { background-color: #4462FB; }

 a { background-color: rgb(68,98,251); }

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

border-color css

<style>
 span { border-color: #4462FB; }

 span { border-color: rgb(68,98,251); }

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