Html Css Color HEX #123EFB Neon Blue

📋 copy color: '#123EFB'

red 18 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #123EFB

Tints of Neon Blue #123EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.73%

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

R = 5.44%
G = 18.73%
B = 75.83%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#123EFB (or 0x123EFB) is known color: Neon Blue. HEX triplet: 12, 3E and FB. RGB value is (18,62,251). Sum of RGB (Red+Green+Blue) = 18+62+251=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #123EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123EFB is #EDC104. Grayscale: #454545. Windows color (decimal): -15581445 or 16465426. OLE color: 16465426.

HSL color Cylindrical-coordinate representation of color #123EFB: hue angle of 228.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123EFB is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 62 251 -
CMYK 0.93 0.75 0 0.02
HSL 228.67º 0.97% 0.53% -
HSV(B) 228.67º 0.93% 0.98% -
XYZ 19.38 10.54 92.28 -
YUV 70.39 229.92 90.63 -
System Red Green Blue C M Y K H S L
Decimal 18 62 251 0.93 0.75 0 0.02 228.67 0.97 0.53
Hex 12 3E FB 5D 4B 0 2 E5 61 35
Octal 22 76 373 135 113 0 2 345 141 65
Binary 10010 111110 11111011 1011101 1001011 0 10 11100101 1100001 110101

Color Harmonies of #123EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EFB

Black with #123EFB

Text Example


Text Example

White with #123EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123EFB; }

 p { color: rgb(18,62,251); }

 H1.HeaderClassName
 {
   color: #123EFB;
 }
 .AnyTagClassName
 {
   color: #123EFB;
 }
</style>

background-color css

<style>
 a { background-color: #123EFB; }

 a { background-color: rgb(18,62,251); }

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

border-color css

<style>
 span { border-color: #123EFB; }

 span { border-color: rgb(18,62,251); }

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