Html Css Color HEX #4255F1 Neon Blue

📋 copy color: '#4255F1'

red 66 ◦ green 85 ◦ blue 241

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

Shades of Neon Blue #4255F1

Tints of Neon Blue #4255F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 16.84%
G = 21.68%
B = 61.48%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4255F1 (or 0x4255F1) is known color: Neon Blue. HEX triplet: 42, 55 and F1. RGB value is (66,85,241). Sum of RGB (Red+Green+Blue) = 66+85+241=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #4255F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4255F1 is #BDAA0E. Grayscale: #606060. Windows color (decimal): -12429839 or 15816002. OLE color: 15816002.

HSL color Cylindrical-coordinate representation of color #4255F1: hue angle of 233.49º 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 #4255F1 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 85 241 -
CMYK 0.73 0.65 0 0.05
HSL 233.49º 0.86% 0.6% -
HSV(B) 233.49º 0.73% 0.95% -
XYZ 21.37 14.01 84.8 -
YUV 97.1 209.21 105.82 -
System Red Green Blue C M Y K H S L
Decimal 66 85 241 0.73 0.65 0 0.05 233.49 0.86 0.6
Hex 42 55 F1 49 41 0 5 E9 56 3C
Octal 102 125 361 111 101 0 5 351 126 74
Binary 1000010 1010101 11110001 1001001 1000001 0 101 11101001 1010110 111100

Color Harmonies of #4255F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4255F1

Black with #4255F1

Text Example


Text Example

White with #4255F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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