Html Css Color HEX #4462FF Neon Blue

📋 copy color: '#4462FF'

red 68 ◦ green 98 ◦ blue 255

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

Shades of Neon Blue #4462FF

Tints of Neon Blue #4462FF

RGB

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

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

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

R = 16.15%
G = 23.28%
B = 60.57%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4462FF (or 0x4462FF) is known color: Neon Blue. HEX triplet: 44, 62 and FF. RGB value is (68,98,255). Sum of RGB (Red+Green+Blue) = 68+98+255=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #4462FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4462FF is #BB9D00. Grayscale: #6A6A6A. Windows color (decimal): -12295425 or 16736836. OLE color: 16736836.

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

Color convert

RGB 68 98 255 -
CMYK 0.73 0.62 0 0
HSL 230.37º 1% 0.63% -
HSV(B) 230.37º 0.73% 1% -
XYZ 24.8 17.18 96.62 -
YUV 106.93 211.56 100.23 -
System Red Green Blue C M Y K H S L
Decimal 68 98 255 0.73 0.62 0 0 230.37 1 0.63
Hex 44 62 FF 49 3E 0 0 E6 64 3F
Octal 104 142 377 111 76 0 0 346 144 77
Binary 1000100 1100010 11111111 1001001 111110 0 0 11100110 1100100 111111

Color Harmonies of #4462FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4462FF

Black with #4462FF

Text Example


Text Example

White with #4462FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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