Html Css Color HEX #383AFC Neon Blue

📋 copy color: '#383AFC'

red 56 ◦ green 58 ◦ blue 252

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

Shades of Neon Blue #383AFC

Tints of Neon Blue #383AFC

RGB

 RED value IS 56 (22.27% from 255) = 15.3%

 GREEN value IS 58 (23.05% from 255) = 15.85%

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 15.3%
G = 15.85%
B = 68.85%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#383AFC (or 0x383AFC) is known color: Neon Blue. HEX triplet: 38, 3A and FC. RGB value is (56,58,252). Sum of RGB (Red+Green+Blue) = 56+58+252=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #383AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383AFC is #C7C503. Grayscale: #4E4E4E. Windows color (decimal): -13092100 or 16529976. OLE color: 16529976.

HSL color Cylindrical-coordinate representation of color #383AFC: hue angle of 239.39º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383AFC is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 58 252 -
CMYK 0.78 0.77 0 0.01
HSL 239.39º 0.97% 0.6% -
HSV(B) 239.39º 0.78% 0.99% -
XYZ 20.71 10.9 93.11 -
YUV 79.52 225.34 111.23 -
System Red Green Blue C M Y K H S L
Decimal 56 58 252 0.78 0.77 0 0.01 239.39 0.97 0.6
Hex 38 3A FC 4E 4D 0 1 EF 61 3C
Octal 70 72 374 116 115 0 1 357 141 74
Binary 111000 111010 11111100 1001110 1001101 0 1 11101111 1100001 111100

Color Harmonies of #383AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383AFC

Black with #383AFC

Text Example


Text Example

White with #383AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383AFC; }

 p { color: rgb(56,58,252); }

 H1.HeaderClassName
 {
   color: #383AFC;
 }
 .AnyTagClassName
 {
   color: #383AFC;
 }
</style>

background-color css

<style>
 a { background-color: #383AFC; }

 a { background-color: rgb(56,58,252); }

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

border-color css

<style>
 span { border-color: #383AFC; }

 span { border-color: rgb(56,58,252); }

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