Html Css Color HEX #123EFE Neon Blue

📋 copy color: '#123EFE'

red 18 ◦ green 62 ◦ blue 254

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

Shades of Neon Blue #123EFE

Tints of Neon Blue #123EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 76.05%

R = 5.39%
G = 18.56%
B = 76.05%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#123EFE (or 0x123EFE) is known color: Neon Blue. HEX triplet: 12, 3E and FE. RGB value is (18,62,254). Sum of RGB (Red+Green+Blue) = 18+62+254=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #123EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123EFE is #EDC101. Grayscale: #454545. Windows color (decimal): -15581442 or 16662034. OLE color: 16662034.

HSL color Cylindrical-coordinate representation of color #123EFE: hue angle of 228.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123EFE is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 62 254 -
CMYK 0.93 0.76 0 0.00
HSL 228.81º 0.99% 0.53% -
HSV(B) 228.81º 0.93% 1% -
XYZ 19.86 10.73 94.79 -
YUV 70.73 231.42 90.39 -
System Red Green Blue C M Y K H S L
Decimal 18 62 254 0.93 0.76 0 0.00 228.81 0.99 0.53
Hex 12 3E FE 5D 4C 0 0 E5 63 35
Octal 22 76 376 135 114 0 0 345 143 65
Binary 10010 111110 11111110 1011101 1001100 0 0 11100101 1100011 110101

Color Harmonies of #123EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EFE

Black with #123EFE

Text Example


Text Example

White with #123EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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