Html Css Color HEX #1240FD Neon Blue

📋 copy color: '#1240FD'

red 18 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #1240FD

Tints of Neon Blue #1240FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 5.37%
G = 19.1%
B = 75.52%

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

#1240FD (or 0x1240FD) is known color: Neon Blue. HEX triplet: 12, 40 and FD. RGB value is (18,64,253). Sum of RGB (Red+Green+Blue) = 18+64+253=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #1240FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1240FD is #EDBF02. Grayscale: #464646. Windows color (decimal): -15580931 or 16597010. OLE color: 16597010.

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

Color convert

RGB 18 64 253 -
CMYK 0.93 0.75 0 0.01
HSL 228.26º 0.98% 0.53% -
HSV(B) 228.26º 0.93% 0.99% -
XYZ 19.81 10.89 93.99 -
YUV 71.79 230.26 89.63 -
System Red Green Blue C M Y K H S L
Decimal 18 64 253 0.93 0.75 0 0.01 228.26 0.98 0.53
Hex 12 40 FD 5D 4B 0 1 E4 62 35
Octal 22 100 375 135 113 0 1 344 142 65
Binary 10010 1000000 11111101 1011101 1001011 0 1 11100100 1100010 110101

Color Harmonies of #1240FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240FD

Black with #1240FD

Text Example


Text Example

White with #1240FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1240FD; }

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

 H1.HeaderClassName
 {
   color: #1240FD;
 }
 .AnyTagClassName
 {
   color: #1240FD;
 }
</style>

background-color css

<style>
 a { background-color: #1240FD; }

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

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

border-color css

<style>
 span { border-color: #1240FD; }

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

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