Html Css Color HEX #123FFD Neon Blue

📋 copy color: '#123FFD'

red 18 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #123FFD

Tints of Neon Blue #123FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

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

R = 5.39%
G = 18.86%
B = 75.75%

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

#123FFD (or 0x123FFD) is known color: Neon Blue. HEX triplet: 12, 3F and FD. RGB value is (18,63,253). Sum of RGB (Red+Green+Blue) = 18+63+253=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #123FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123FFD is #EDC002. Grayscale: #464646. Windows color (decimal): -15581187 or 16596754. OLE color: 16596754.

HSL color Cylindrical-coordinate representation of color #123FFD: hue angle of 228.51º 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 #123FFD is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 63 253 -
CMYK 0.93 0.75 0 0.01
HSL 228.51º 0.98% 0.53% -
HSV(B) 228.51º 0.93% 0.99% -
XYZ 19.76 10.78 93.97 -
YUV 71.21 230.59 90.05 -
System Red Green Blue C M Y K H S L
Decimal 18 63 253 0.93 0.75 0 0.01 228.51 0.98 0.53
Hex 12 3F FD 5D 4B 0 1 E5 62 35
Octal 22 77 375 135 113 0 1 345 142 65
Binary 10010 111111 11111101 1011101 1001011 0 1 11100101 1100010 110101

Color Harmonies of #123FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FFD

Black with #123FFD

Text Example


Text Example

White with #123FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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