Html Css Color HEX #1241FD Neon Blue

📋 copy color: '#1241FD'

red 18 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #1241FD

Tints of Neon Blue #1241FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 5.36%
G = 19.35%
B = 75.3%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1241FD (or 0x1241FD) is known color: Neon Blue. HEX triplet: 12, 41 and FD. RGB value is (18,65,253). Sum of RGB (Red+Green+Blue) = 18+65+253=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #1241FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1241FD is #EDBE02. Grayscale: #474747. Windows color (decimal): -15580675 or 16597266. OLE color: 16597266.

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

Color convert

RGB 18 65 253 -
CMYK 0.93 0.74 0 0.01
HSL 228º 0.98% 0.53% -
HSV(B) 228º 0.93% 0.99% -
XYZ 19.87 11 94 -
YUV 72.38 229.93 89.21 -
System Red Green Blue C M Y K H S L
Decimal 18 65 253 0.93 0.74 0 0.01 228 0.98 0.53
Hex 12 41 FD 5D 4A 0 1 E4 62 35
Octal 22 101 375 135 112 0 1 344 142 65
Binary 10010 1000001 11111101 1011101 1001010 0 1 11100100 1100010 110101

Color Harmonies of #1241FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1241FD

Black with #1241FD

Text Example


Text Example

White with #1241FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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