Html Css Color HEX #124BFF Neon Blue

📋 copy color: '#124BFF'

red 18 ◦ green 75 ◦ blue 255

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

Shades of Neon Blue #124BFF

Tints of Neon Blue #124BFF

RGB

 RED value IS 18 (7.42% from 255) = 5.17%

 GREEN value IS 75 (29.69% from 255) = 21.55%

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

R = 5.17%
G = 21.55%
B = 73.28%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#124BFF (or 0x124BFF) is known color: Neon Blue. HEX triplet: 12, 4B and FF. RGB value is (18,75,255). Sum of RGB (Red+Green+Blue) = 18+75+255=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #124BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BFF is #EDB400. Grayscale: #4D4D4D. Windows color (decimal): -15578113 or 16730898. OLE color: 16730898.

HSL color Cylindrical-coordinate representation of color #124BFF: hue angle of 225.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124BFF is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 75 255 -
CMYK 0.93 0.71 0 0
HSL 225.57º 1% 0.54% -
HSV(B) 225.57º 0.93% 1% -
XYZ 20.82 12.38 95.9 -
YUV 78.48 227.62 84.86 -
System Red Green Blue C M Y K H S L
Decimal 18 75 255 0.93 0.71 0 0 225.57 1 0.54
Hex 12 4B FF 5D 47 0 0 E2 64 36
Octal 22 113 377 135 107 0 0 342 144 66
Binary 10010 1001011 11111111 1011101 1000111 0 0 11100010 1100100 110110

Color Harmonies of #124BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BFF

Black with #124BFF

Text Example


Text Example

White with #124BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124BFF; }

 p { color: rgb(18,75,255); }

 H1.HeaderClassName
 {
   color: #124BFF;
 }
 .AnyTagClassName
 {
   color: #124BFF;
 }
</style>

background-color css

<style>
 a { background-color: #124BFF; }

 a { background-color: rgb(18,75,255); }

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

border-color css

<style>
 span { border-color: #124BFF; }

 span { border-color: rgb(18,75,255); }

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