Html Css Color HEX #4253F1 Neon Blue

📋 copy color: '#4253F1'

red 66 ◦ green 83 ◦ blue 241

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

Shades of Neon Blue #4253F1

Tints of Neon Blue #4253F1

RGB

 RED value IS 66 (26.17% from 255) = 16.92%

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 241 (94.53% from 255) = 61.79%

R = 16.92%
G = 21.28%
B = 61.79%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4253F1 (or 0x4253F1) is known color: Neon Blue. HEX triplet: 42, 53 and F1. RGB value is (66,83,241). Sum of RGB (Red+Green+Blue) = 66+83+241=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #4253F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4253F1 is #BDAC0E. Grayscale: #5F5F5F. Windows color (decimal): -12430351 or 15815490. OLE color: 15815490.

HSL color Cylindrical-coordinate representation of color #4253F1: hue angle of 234.17º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4253F1 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 83 241 -
CMYK 0.73 0.66 0 0.05
HSL 234.17º 0.86% 0.6% -
HSV(B) 234.17º 0.73% 0.95% -
XYZ 21.22 13.7 84.74 -
YUV 95.93 209.87 106.65 -
System Red Green Blue C M Y K H S L
Decimal 66 83 241 0.73 0.66 0 0.05 234.17 0.86 0.6
Hex 42 53 F1 49 42 0 5 EA 56 3C
Octal 102 123 361 111 102 0 5 352 126 74
Binary 1000010 1010011 11110001 1001001 1000010 0 101 11101010 1010110 111100

Color Harmonies of #4253F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4253F1

Black with #4253F1

Text Example


Text Example

White with #4253F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4253F1; }

 p { color: rgb(66,83,241); }

 H1.HeaderClassName
 {
   color: #4253F1;
 }
 .AnyTagClassName
 {
   color: #4253F1;
 }
</style>

background-color css

<style>
 a { background-color: #4253F1; }

 a { background-color: rgb(66,83,241); }

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

border-color css

<style>
 span { border-color: #4253F1; }

 span { border-color: rgb(66,83,241); }

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