Html Css Color HEX #123EFD Neon Blue

📋 copy color: '#123EFD'

red 18 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #123EFD

Tints of Neon Blue #123EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.98%

R = 5.41%
G = 18.62%
B = 75.98%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#123EFD (or 0x123EFD) is known color: Neon Blue. HEX triplet: 12, 3E and FD. RGB value is (18,62,253). Sum of RGB (Red+Green+Blue) = 18+62+253=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #123EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123EFD is #EDC102. Grayscale: #454545. Windows color (decimal): -15581443 or 16596498. OLE color: 16596498.

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

Color convert

RGB 18 62 253 -
CMYK 0.93 0.75 0 0.01
HSL 228.77º 0.98% 0.53% -
HSV(B) 228.77º 0.93% 0.99% -
XYZ 19.7 10.67 93.95 -
YUV 70.62 230.92 90.47 -
System Red Green Blue C M Y K H S L
Decimal 18 62 253 0.93 0.75 0 0.01 228.77 0.98 0.53
Hex 12 3E FD 5D 4B 0 1 E5 62 35
Octal 22 76 375 135 113 0 1 345 142 65
Binary 10010 111110 11111101 1011101 1001011 0 1 11100101 1100010 110101

Color Harmonies of #123EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EFD

Black with #123EFD

Text Example


Text Example

White with #123EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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